VSplit ADAF

../../../../_images/vsplit_adaf.svg

Split an ADAF into multiple ADAFs.

Documentation

Vertical split of ADAF into ADAFs.

Definition

Input ports

port1

adaf

Input ADAF

Output ports

port1

[adaf]

Split ADAFs

Configuration:
Remove fill (remove_fill)

Remove split columns which contain only NaN.

Input Index (input_index)

Choose name for grouped index column. Required in both metadata and results.

Include rasters in the result (include_rasters)

Include rasters in the result.

The node performs a vertical, rowwise, split of ADAF. The vertical split, or VSplit, is the inverse operation compared to the vertical join, see VJoin ADAF.

The vertical split operation is only applied on the content of the metadata and result containers. The timeseries container is not included, since the inverse operation, VJoin, is not defined for this container. The content of the metadata and the result containers are tables and the vertical split of these containers follows the procedure described in VSplit Table. For the split to be well defined, the Input Index column is required in metadata and result containers.

class node_vsplit_adafs.VSplitADAFNode[source]

Related nodes

Example flows